@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
input,
select {
    outline: none;
    border: 0;
}
html,
body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}
body {
    width: 100%;
    height: 100%;
    font-family: "Microsoft yahei", "simhei", "simsun";
}
img {
    border: 0;
}
.w1400 {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
/* 头部 */
header .logo_line,
header .top,
footer,
.footer_color {
    min-width: 1400px;
}
header .top,
header .logo_line {
    background-image: linear-gradient(to right, #a60209, #e81b1c, #f17341, #e81b1c, #a60209);
}
header .top {
    line-height: 50px;
    height: 50px;
}
header .top .top_content,
header .top_right_timeSearch {
    display: flex;
    justify-content: space-between;
}
header .top .top_left_list ul li {
    float: left;
    color: #fff;
    padding-left: 31px;
    padding-right: 16px;
    font-size: 14px;
}
header .top .top_left_list ul li:nth-child(1) {
    background: url(top_icon_wechat.png) no-repeat left center;
    background-size: 25px;
}
header .top .top_left_list ul li:nth-child(2) {
    background: url(top_icon_home.png) no-repeat left center;
    background-size: 25px;
}
header .top .top_left_list ul li:nth-child(3) {
    background: url(top_icon_mail.png) no-repeat left center;
    background-size: 25px;
}
header nav ul {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

header .top_right_timeSearch #time {
    color: #fff;
    font-size: 14px;
    margin-right: 42px;
}
header .top_right_timeSearch #textfield {
    width: 149px;
    padding-left: 10px;
    padding-right: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 25px;
    color: #fff;
}
header .top_right_timeSearch #textfield::placeholder {
    color: #cfa3a5;
}
header .search #form_cds {
    position: relative;
    margin-top: -1px;
}
header .search #form_cds .header_button {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 15px;
    background: url(top_icon_search.png) no-repeat center;
    background-size: 24px;
    border: 0;
}
/* logo */
header .logo {
    background: url(logo_bg_Xu210409.png) no-repeat right top;
}
header .logo img {
    width: 822px;
    margin: 17px 0;
}
header .logo nav li {
    transition: color 0.2s;
    line-height: 30px;
}
header .logo nav .active,
header .logo nav li:hover {
    color: #a60209;
}
header .logo_line {
    height: 4px;
}
/* 头部end */

/* 专题 */
.special ul {
    display: flex;
    /* justify-content: space-between; */
    margin-top: 19px;
}
.special ul li {
    height: 94px;
    width: 230px;
    border-right: 1px solid #f8f0e7;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #faf3e9, #fbf8f5, #faf3e9);
}
.special ul li:hover {
    background: linear-gradient(to bottom, #f6ebdd, #fbf8f5, #f6ebdd);
}
.special ul li:last-child {
    border: none;
}
.special ul li img {
    width: 100%;
}
/* 专题end */

/* 内容1 */
.contents .contents_top_news {
    line-height: 100px;
    color: #a60209;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    overflow: hidden;
}
.contents .contents_top_news p {
    position: relative;
}
.contents .contents_top_news p:after {
    width: 44px;
    height: 46px;
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    right: 20px;
    background: url(tthg_Xu210409.png) no-repeat right center;
}
/* 轮播 */
.contents .contents_swiper {
    position: relative;
    height: 600px;
}
.contents .contents_swiper .swiper-pagination-bullet {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 5px;
    cursor: pointer;
    line-height: 36px;
    text-align: center;
    color: #e3e3e3;
    z-index: 99;
    background: none;
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.contents .contents_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(223, 171, 24, 0.2);
    border: 1px solid rgba(223, 171, 24, 0.2);
}
.contents .contents_swiper .swiper-user {
    width: auto;
    right: 25px;
    bottom: 19px;
    left: inherit;
}
.contents .contents_swiper .swiper-wrapper {
    overflow: hidden;
}
.contents .contents_swiper .swiper-slide {
    height: 600px !important;
    position: relative;
}
.contents .contents_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.contents .contents_swiper .swiper-slide span {
    position: absolute;
    bottom: 0;
    width: 94%;
    background-color: rgba(0, 0, 0, 0.6);
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 20px;
    padding: 0 3%;
    display: block;
}
.contents .contents_swiper .swiper-button-prev,
.contents .contents_swiper .swiper-button-next {
    width: 81px;
    height: 61px;
    opacity: 0.6;
    transition: opacity 0.2s;
    background: url(prev_button_Xu210409.png) no-repeat center;
}
.contents .contents_swiper .swiper-button-next {
    background: url(next_button_Xu210409.png) no-repeat center;
}
.contents .contents_swiper .swiper-button-prev:hover,
.contents .contents_swiper .swiper-button-next:hover {
    opacity: 1;
}
/* 轮播end */
.contents .contents_tzgg {
    overflow: hidden;
    height: 72px;
    background: #bf000a url(tzgg_bg_Xu210409.png) no-repeat right center;
}
.contents .contents_tzgg_title {
    text-align: center;
    width: 123px;
    height: 35px;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.2);
    line-height: 35px;
    margin: 19px 16px 0 19px;
    color: #fff;
    float: left;
}
.contents .contents_tzgg .contents_tzgg_list {
    float: left;
}
.contents .contents_tzgg .contents_tzgg_list li {
    line-height: 72px;
    color: #fff;
    float: left;
    margin-right: 38px;
    padding-left: 15px;
    position: relative;
}
.contents .contents_tzgg .contents_tzgg_list li a:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #fff;
    line-height: 72px;
    position: absolute;
    top: 34px;
    left: 0;
}
.contents .contents_tzgg .more {
    float: right;
    line-height: 72px;
    color: #fff;
    margin-right: 30px;
}
/* 首页通用列表 */
.contents_list {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}
.contents_universal_list {
    width: 30.35%;
}
.contents_universal_list .list_title {
    border-bottom: 1px solid #e2e2e2;
    line-height: 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.contents_universal_list .list_title span {
    color: #b10004;
    font-size: 18px;
}
.contents_universal_list .list_title span:before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #b10004;
    position: absolute;
    bottom: -1px;
}
.contents_universal_list .list_title .more {
    color: #9d9d9d;
    font-size: 14px;
}
.contents_universal_list .list_ul li {
    line-height: 24px;
    height: 71px;
    padding: 10px 0;
    border-bottom: 1px dashed #eaeaea;
    transition: color 0.2s;
}
.contents_universal_list .list_ul li:hover {
    color: #b10004;
}
.contents_first_list {
    background: url(jsqmxk_bg_Xu200409.png) no-repeat left top;
}
.contents_first_list .list_ul {
    margin-top: 55px;
}
.contents_first_list .list_ul li {
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto;
    border-bottom: none;
    line-height: 40px;
    padding: 0;
}
.contents_first_list .list_ul2 {
    margin-top: 10px;
}
.contents_first_list .list_ul2 .list_title {
    font-size: 22px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    display: block;
    border-bottom: 1px dashed #eaeaea;
    color: #bf000a;
    font-weight: bold;
    letter-spacing: 3px;
}
/* 内容1 end */

/* 内容2 */
.contents2 {
    margin-top: 24px;
    background: url(contents_banner_Xu210409.png) no-repeat center top;
    width: 100%;
}
.contents2 .contents2_banner_bg {
    background: url(contents_banner2_Xu210409.png) no-repeat left top;
    background-size: contain;
}
.contents2 .contents2_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 130px;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 30px 22px;
}
.contents2 .contents2_list .contents_universal_list {
    margin-bottom: 40px;
}
.contents2 .swiper_list_ul {
    margin-top: 13px;
}
.contents2 .swiper_list_ul img {
    width: 100%;
    height: 275px;
}
.contents2 .last_list_ul li {
    height: 51px;
}
.contents2 .contents_universal_list .link li {
    width: 100%;
    margin-bottom: 13px;
}
.contents2 .contents_universal_list .link li img {
    border: 1px solid #b40009;
    width: 100%;
}
.contents2 #select7 {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(123, 158, 189);
    width: 100%;
    height: 34px;
    font-size: 14px;
    text-align-last: center;
    letter-spacing: 3px;
}
/* 内容2 end */

/* 底部 */
footer {
    width: 100%;
    background: #ebe8e3;
}
footer .footer_bg {
    height: 367px;
    background: url(footer_bg_Xu210409.png) no-repeat right bottom;
}
footer .footer_bg .footer_logo img {
    margin-left: 30px;
    margin-top: 71px;
    width: 522px;
}
footer .footer_bg .footer_about {
    margin-left: 24px;
    margin-top: 40px;
    width: 470px;
    display: flex;
    justify-content: space-between;
    line-height: 28px;
}
footer .footer_bg .footer_about .footer_about_left img {
    width: 60px;
    margin-top: 18px;
}
footer .footer_bg .footer_about .footer_about_right span {
    width: 80px;
    text-align: right;
    display: block;
    float: left;
}
.footer_color {
    width: 100%;
    height: 80px;
    background-color: #750006;
}
.ad {
    position: fixed;
    right: 0;
    top: 194px;
    z-index: 999;
    /* position: relative; */
}
.ad_close {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 10px;
    line-height: 10px;
    color: #ccc;
    padding: 3px;
    background: #fff;
    cursor: pointer;
}
/* 底部end */

@media screen and (max-width: 1415px) {
    .w1400 {
        width: 1300px;
        transition: all 0.3s;
    }
    header .logo_line,
    header .top,
    footer,
    .footer_color {
        min-width: 1300px;
    }
    .contents .contents_swiper .swiper-slide span a {
        display: block;
        width: 55%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media screen and (max-width: 1315px) {
    .w1400 {
        width: 1200px;
        transition: all 0.3s;
    }
    header .logo_line,
    header .top,
    footer,
    .footer_color {
        min-width: 1200px;
    }
    .contents_universal_list .list_ul li {
        /* height: auto; */
    }
    .contents2 .contents2_banner_bg,
    .contents_first_list {
        background-size: contain;
    }
    .contents2 .swiper_list_ul img {
        height: 260px;
    }
    .listPage .contents_universal_list .list_ul li a {
        width: 92% !important;
    }
}
/* 列表页 */
.listPage {
}
.listPage .contents_universal_list {
    width: 100%;
    padding: 10px 0 30px;
}
.listPage .contents_universal_list .list_ul li {
    height: auto;
    overflow: hidden;
    color: #333333;
    transition: all 0.2s;
}
.listPage .contents_universal_list .list_ul li a {
    width: 93%;
    display: block;
    float: left;
}
.listPage .contents_universal_list .list_ul li:hover {
    color: #b10004;
}
.listPage .contents_universal_list .list_ul li .list_time {
    color: #999;
    float: right;
}
/* 细览 */
.w1150 {
    width: 1150px;
    margin: 0 auto;
    overflow: hidden;
}
.xl_contents {
    padding-bottom: 100px;
}
.breadcrumbs {
    margin-top: 20px;
    font-size: 14px;
    color: #838383;
}
.xl_contents .title p {
    text-align: center;
    width: 70%;
    font-size: 32px;
    color: #333;
    line-height: 50px;
    font-weight: bold;
    margin: 30px auto;
}
.xl_contents .title {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}
.xl_contents .time {
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #838383;
}
.xl_contents .textContent {
    min-height: 400px;
    margin-top: 10px;
    line-height: 35px;
    color: #555;
    font-size: 18px;
}
.xl_contents .editor {
    text-align: right;
    margin-top: 20px;
    color: #555;
}
@media screen and (max-width: 1024px) {
    header .logo_line,
    header .top,
    footer,
    .footer_color,.contents2{
        min-width: 980px;
    }
    .w1400{
        width: 980px;
    }
    .w1150{
        width:900px
    }
    header .logo nav a{
        font-size:0.9rem
    }
    .contents .contents_tzgg .contents_tzgg_list{
        width: 60%;
    }
    .contents .contents_swiper .swiper-slide span a{
        width: 43%;
    }
}
